MAUI | ComponentOne
C1.Maui.Grid Assembly / C1.Maui.Grid Namespace / FlexGridDetailProvider<TItem> Class / OnDetailCellCreating Method
The GridDetailCellCreatingEventArgs instance containing the event data.
In This Topic
    OnDetailCellCreating Method (FlexGridDetailProvider<TItem>)
    In This Topic
    Raises the DetailCellCreating event.
    Syntax
    protected void OnDetailCellCreating( 
       GridDetailCellCreatingEventArgs e
    )

    Parameters

    e
    The GridDetailCellCreatingEventArgs instance containing the event data.
    See Also